function n. 1.功能,官能,机能,作用。 2.〔常 pl.〕职务,职责。 3.庆祝仪式;(盛大的)集会,宴会。 4.【数学】函数;与其他因素有密切关系的事。 The function of the ear is to listen. 耳的功能是听。 the function of education 教育的功能。 discharge one's functions 尽职。 the functions and powers of the National Congress 全国代表大会的职权。 a controllable function【火箭】遥控程序。 public [social] function招待会,文娱晚会,社交集会。 vital functions 生命机能。 vi. (器官等)活动,(机器等)运行,发挥作用。 function as teacher 担任教师。 a sofa functioning as a bed 兼当床用的沙发。 The lathe doesn't function well. 这台车床有毛病。 function digit [letter] 【计算机】操作数码[字码]。
A function driver can dynamically link to other kernel - mode dlls too 一个函数驱动也可以动态链接到其他内核模式的dll 。
The combination of minidriver and class driver adds up to a single function driver 迷你驱动核类驱动的联合组成了一个单一的函数驱动。
I said earlier that devices can have upper and lower filter drivers as well as a function driver 之前我说过:设备可以像一个函数驱动那样具有更高或更低的过滤驱动。
Fdo stands for function device object . the function driver uses this object to manage the functionality of the device Fdo代表功能设备对象。功能驱动使用这个对象来管理设备的功能性。
You will decide first whether to write a monolithic function driver , a filter driver , or just a minidriver 你首先要决定要编写一个单片机类的驱动,一个筛选驱动,或者仅仅一个迷你驱动。
The system calls adddevice in the driver specified by the service value in the device key . this is the function driver 系统调用在设备关键中由服务值指向的驱动中的“添加设备” 。这是个函数驱动。
Before i knew the facts , i guessed that device - level filters would be closer to the function driver than class - level filters 在我了解事实之前,我建议:设备级别的过滤器应该比类级别的过滤器更贴近函数驱动。
With some exceptions to be noted in the next section , most other types of device require what i ' ve called here a monolithic wdm function driver 在下一节中提到了很多反例,大部分其他类型的设备要求(一个)我在这里称作“单片机wdm功能驱动” (的驱动) 。
In the software section , the “ wave descriptor ” and the whole communication process of cy7c68013 in the gpif master mode were expounded ; and the testing result of the firmware was listed at the end of the firmware part ; function driver is the bridge between hardware and host software , and the design process of the wdm ( windows driver mode ) driver for the usb was introduced here ; finally the application software used to exhibit the curves and save data was designed , and the functions of the software were also explained 在软件部分,详细阐述了cy7c68013在gpif工作模式下的波形设计过程及其数据通信流程,并给出了调试结果;驱动程序是硬件和客户应用程序间通信的桥梁,文中介绍了usb的wdm功能驱动程序设计过程;最后,设计了一个主要用于演示数据变化曲线和数据保存的应用程序,并对其功能做了解释。
Within the category of wdm driver , you can also distinguish between class drivers ( which manage a device belonging to some well - defined class of device ) and minidrivers ( which supply vendor - specific help to a class driver ) , and between monolithic function drivers ( which embody all the functionality needed to support a hardware device ) and filter drivers ( which “ filter ” the i / o operations for a particular device in order to add or modify behavior ) 在wdm驱动的范畴里,你还要区分类驱动(管理属于某些明确定义设备类的设备)和迷你驱动,以及单片函数驱动(具体化所有支持一个硬件设备所需的功能)和筛选驱动(为一个特殊的设备过滤一些i / o操作一边增加或者定义行为) 。